DevJourney
Home
/
MATLAB
/
VIT
/
Sem I
/
Ex - 1
/
q1.m
MATLAB/VIT/Sem I/Ex - 1/q1.m
syms x f(x)
=
(
1
-
2
/x)^x; L
=
limit(f(x),x,inf)
View on GitHub